projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
172f945
)
(setup_process_coding_systems): Add prototype.
author
Kenichi Handa
<handa@m17n.org>
Mon, 10 Feb 2003 07:44:18 +0000
(07:44 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 10 Feb 2003 07:44:18 +0000
(07:44 +0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index ca4811e553fcad4c7788cce98b1f2ab037e41ed1..3f7f57c29c8463b84c19cb80fd555885e6420171 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-2986,6
+2986,7
@@
extern void status_notify P_ ((void));
extern int read_process_output P_ ((Lisp_Object, int));
extern void init_process P_ ((void));
extern void syms_of_process P_ ((void));
+extern void setup_process_coding_systems P_ ((Lisp_Object));
/* defined in callproc.c */
extern Lisp_Object Vexec_path, Vexec_suffixes,